; Silly game by MentaL for RaGEZONE Legend of Mir 2 server
;				www.ragezone.com
;			
;
;########################################################################

;; Main screen 

[@main]
<Welcome to Rock, Paper, Scissors>\  \
Welcome to my mini Casini, My name Is MrJames, im quite\
famous around here for my ever so clever mind at this\
game, do you wish to challange me.\
<Play for Free/@free> -- <Exit/@exit>

;; Free menu

[@free]
<Free mode activated>\   \
Please select your move, I doubt you will \
defeat me.\
<I choose> - <Rock/@freerock> | <Paper/@freepaper> | <Scissors/@freesci>\
<main/@main> <exit/@exit>

;; Free moves
 
 ; - rock

[@freerock]
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has beaten me!"
sendmsg 5 "You have won Rock, Paper, Scissors (FreeMode)"
goto @freerockwin
break
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has lost me!"
sendmsg 5 "You have lost Rock, Paper, Scissors (FreeMode)"
goto @freerockloose
break
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has drawn with me!"
sendmsg 5 "We have both drawn Rock, Paper, Scissors (FreeMode)"
goto @freerockdraw
break
#ELSEACT
goto @freerock
break

 ; paper

[@freepaper]
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has beaten me!"
sendmsg 5 "You have won Rock, Paper, Scissors (FreeMode)"
goto @freepaperwin
break
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has lost me!"
sendmsg 5 "You have lost Rock, Paper, Scissors (FreeMode)"
goto @freepaperloose
break
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has drawn with me!"
sendmsg 5 "We have both drawn Rock, Paper, Scissors (FreeMode)"
goto @freepaperdraw
break
#ELSEACT
goto @freerock
break

 ; Scissors

[@freesci]
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has beaten me!"
sendmsg 5 "You have won Rock, Paper, Scissors (FreeMode)"
goto @freeScissorswin
break
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has lost me!"
sendmsg 5 "You have lost Rock, Paper, Scissors (FreeMode)"
goto @freeScissorsloose
break
#IF
random 3
#ACT
SENDMSG 4 "<$USERNAME> has drawn with me!"
sendmsg 5 "We have both drawn Rock, Paper, Scissors (FreeMode)"
goto @freeScissorsdraw
break
#ELSEACT
goto @freerock
break

;; Free results

 ; - rock

[@freerockwin]
I have chosen <Scissors>\   \
Congratulations you have beaten me. Well done!\
<main/@main> <exit/@exit>

[@freerockloose]
I have chosen <Paper>\   \
Unluckly, I have defeated you. Better luck next time.\
<main/@main> <exit/@exit>

[@freerockdraw]
I have chosen <Rock>\  \
Incredible, we both selected the same one, i guess its\
a draw!\ 
<main/@main> <exit/@exit>

 ; - paper


[@freepaperwin]
I have chosen <Rock>\   \
Congratulations you have beaten me. Well done!\
<main/@main> <exit/@exit>

[@freepaperloose]
I have chosen <Scissors>\   \
Unluckly, I have defeated you. Better luck next time.\
<main/@main> <exit/@exit>

[@freepaperdraw]
I have chosen <Paper>\  \
Incredible, we both selected the same one, i guess its\
a draw!\ 
<main/@main> <exit/@exit>

 ; - scissors

[@freescissorswin]
I have chosen <Paper>\   \
Congratulations you have beaten me. Well done!\
<main/@main> <exit/@exit>

[@freescissorsloose]
I have chosen <Rock>\   \
Unluckly, I have defeated you. Better luck next time.\
<main/@main> <exit/@exit>

[@freescissorsdraw]
I have chosen <Scissors>\  \
Incredible, we both selected the same one, i guess its\
a draw!\ 
<main/@main> <exit/@exit>

;; End my wonderful basic game done via Randoms, its the little things that count.
;;						- MentaL    www.ragezone.com